Skip to main content

tsNetIsSyncBlocked

Type

function

Summary

Returns whether another synchronous call can be made immediately.

Syntax

tsNetIsSyncBlocked()

Description

Returns whether another synchronous call can be made immediately.

Examples

if tsNetIsSyncBlocked() then
answer "A synchronous network call is already in progress"
end if

Value

NameTypeDescription

return

The tsNetIsSyncBlocked command returns true if no more synchronous network calls can be made at the current time or false otherwise.

library: tsNet

Compatibility and Support

Introduced

LiveCode 8.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?